projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802f3f6
)
(mail-mode): Activate case-folding in
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 20 Mar 2001 12:41:02 +0000
(12:41 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 20 Mar 2001 12:41:02 +0000
(12:41 +0000)
font-lock-defaults.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 16d06cba4e5d66f443e8ef3d3d53e573b9ee0b40..8b011159d0bf3e99b4acfd7983e285c01d704838 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-476,7
+476,7
@@
Turning on Mail mode runs the normal hooks `text-mode-hook' and
(setq mode-name "Mail")
(setq buffer-offer-save t)
(make-local-variable 'font-lock-defaults)
- (setq font-lock-defaults '(mail-font-lock-keywords t))
+ (setq font-lock-defaults '(mail-font-lock-keywords t
t
))
(make-local-variable 'paragraph-separate)
(make-local-variable 'paragraph-start)
(make-local-variable 'normal-auto-fill-function)